home *** CD-ROM | disk | FTP | other *** search
/ Let's Discover Louisiana / Let's Discover Louisiana.iso / pc / FILES / TIME.dxr / 00505_secondTimelineScript.ls < prev    next >
Encoding:
Text File  |  2002-12-03  |  283 b   |  16 lines

  1. global frameSpeed
  2.  
  3. on exitFrame me
  4.   global direction
  5.   sprite(64).visible = 0
  6.   if direction = "right" then
  7.     go(marker("Start"))
  8.   else
  9.     if direction = "left" then
  10.       if the frameLabel <> "First" then
  11.         go(the frame - frameSpeed)
  12.       end if
  13.     end if
  14.   end if
  15. end
  16.